ComponentOne ASP.NET MVC Controls
AllowDragging Method (ColumnBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : AllowDragging Method
The value.
Configurates C1.Web.Mvc.ColumnBase.AllowDragging. Sets whether the user can move this row or column to a new position with the mouse.
Syntax
'Declaration
 
Public Overridable Function AllowDragging( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder AllowDragging( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members